bitkeeper revision 1.1159.212.60 (41febc4bKKSkh9u-Zes9v2CmBuLZxA)
authorkaf24@viper.(none) <kaf24@viper.(none)>
Mon, 31 Jan 2005 23:16:27 +0000 (23:16 +0000)
committerkaf24@viper.(none) <kaf24@viper.(none)>
Mon, 31 Jan 2005 23:16:27 +0000 (23:16 +0000)
commit8c8634474168e95acb3d2226677a7a5f2fdd170c
treeefe184a952698a2e9d69062eb6ce424b2a14d5ae
parentb9cb0782428a45179ec1c6a5552c7bed22a51e7a
bitkeeper revision 1.1159.212.60 (41febc4bKKSkh9u-Zes9v2CmBuLZxA)

More bootstrap fixes for x86/64. Next thing to do is sort out the IDT and
get traps.c working; then we can get rid of a bunch of dummy labels from
end of boot/x86_64.S. We're also going to need some kind of entry.S before
we can safely enable interrupts. Also bear in mind that not all of physical
RAM may be mapped (only first 1GB) and no m2p table is yet allocated or
mapped. Plenty to be done!
13 files changed:
.rootkeys
xen/arch/x86/boot/x86_64.S
xen/arch/x86/memory.c
xen/arch/x86/setup.c
xen/arch/x86/x86_32/mm.c
xen/arch/x86/x86_64/mm.c
xen/include/asm-x86/config.h
xen/include/asm-x86/domain_page.h
xen/include/asm-x86/fixmap.h
xen/include/asm-x86/mm.h
xen/include/asm-x86/page.h
xen/include/asm-x86/x86_32/domain_page.h [new file with mode: 0644]
xen/include/asm-x86/x86_64/domain_page.h [new file with mode: 0644]